ESRI.ArcGIS.Mobile
CreateReplicaAsync(Envelope,Generic IDictionary) Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.FeatureCaching Namespace > FeatureServiceReplicaManager Class > CreateReplicaAsync Method : CreateReplicaAsync(Envelope,Generic IDictionary) Method

extent
The geometry to apply as the spatial filter.
createOptions
Dictionary>FeatureSource Id,CreateReplicaOption<
Creates the replica between the feature service and a client asynchronously.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub CreateReplicaAsync( _
   ByVal extent As Envelope, _
   ByVal createOptions As IDictionary(Of Integer, CreateReplicaOption) _
) 
C# 
public void CreateReplicaAsync( 
   Envelope extent,
   IDictionary<int, CreateReplicaOption> createOptions
)

Parameters

extent
The geometry to apply as the spatial filter.
createOptions
Dictionary>FeatureSource Id,CreateReplicaOption<

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.